ASP.NET Core MVC コントロールヘルプ
Mask メソッド (ColumnBaseBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ColumnBaseBuilder<TControl,TBuilder> クラス : Mask メソッド
The value.
Configurates C1.Web.Mvc.ColumnBase.Mask. Sets a mask to be used while editing values in this column.
シンタックス
'宣言
 
Public Function Mask( _
   ByVal value As System.String _
) As TBuilder
public TBuilder Mask( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
The mask format is the same used by the InputMask control. If specified, the mask should be compatible with the value of the format property. For example, the mask '99/99/9999' can be used for entering dates formatted as 'MM/dd/yyyy'.
参照

ColumnBaseBuilder<TControl,TBuilder> クラス
ColumnBaseBuilder<TControl,TBuilder> メンバ